home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEVIEW / HLIST10.ZIP / RUN.DOC < prev    next >
Encoding:
Text File  |  1994-01-24  |  1.2 KB  |  43 lines

  1.  
  2.                         RUN 1.1
  3.                   (c) 1993 D.G. Sureau
  4.                         Freeware
  5.  
  6. ----------------------------------------------------------
  7. RUN.COM                                             V. 1.1
  8. ----------------------------------------------------------
  9.  
  10.  This command as function to search an executable file
  11. inside a whole disk, and to run it. So, it performs three
  12. MS-DOS commands with a single one:
  13. - change to drive,
  14. - change to directory,
  15. - run the program.
  16.  And first of all, it searches for the proper directory
  17. where the program is stored.
  18.  
  19.  Programs with EXE, COM extension, or batch files with
  20. BAT extension can be launched.
  21.  Extension is not required if only one executable file
  22. has this name.
  23.  
  24.  The RUN command also is a WHERE IS command, as it allows
  25. to search without to run it, for file or set of files,
  26. and to display their paths.
  27.  
  28. Syntax for launching a program is:
  29.  
  30. RUN [DRIVE:][DIRECTORY][FILENAME]
  31.  
  32. Examples:  RUN EDIT
  33.            RUN A:SCAN
  34.            RUN \PAK\PKUNZIP
  35.  
  36. Syntax for performing the "where is" function is:
  37.  
  38. RUN /[DRIVE:][DIRECTORY][PATTERN]
  39.  
  40. Examples:  RUN /EDIT
  41.            RUN /\DOS\*.COM
  42.  
  43.